/* See the file Theory for the algorithm. */
#import "loTeX.h" #import <appkit/appkit.h> #import "Subprocess.h" #import "Controller.h" #import "XTAction.h" #import "XTScroller.h" #import "XText.h"
@implementation loTeX
char appDirectory[1024];
char *tempPat= "loTeXNNNNNN";
/* if you change these, fix default_defaults below also */
NXDefaultsVector loTeXDefaults =
"tex", "latex",
"busyTimer", "1.",
"sleepTimer", "3.",
"killTimer", "30.",
"KeyBase", "", // for XText
"KeyBindings", "", // for XText
"preamble", "
documentstyle[fullpage]article
nonstopmode
begindocument",
"postamble", "
enddocument